wayland: Add basic implementation of GtkClipboard for Wayland
authorRob Bradford <rob@linux.intel.com>
Fri, 13 Jan 2012 16:43:50 +0000 (16:43 +0000)
committerRob Bradford <rob@linux.intel.com>
Fri, 13 Jan 2012 16:50:47 +0000 (16:50 +0000)
commit2d837769a0c0f11b15c45ff4ff18b820299320d8
treefa15b30787431a0da4f99469a67bb04c25cb98de
parent08f5483fb7499771c8a997085a855d979d0ec45c
wayland: Add basic implementation of GtkClipboard for Wayland

This follows the approach used by the Quartz port - that of a separate
implementation matching GtkClipboard.

The simple clipboard tests in gtk3-demo function correctly but there are
almost certainly leaks and bugs.
gtk/Makefile.am
gtk/gtkclipboard-wayland.c [new file with mode: 0644]